Databases & Big Data
epub |eng | 2019-10-29 | Author:Valliappa Lakshmanan
JOIN versus denormalization What if we were to store the distance traveled in each trip in a denormalized table? CREATE OR REPLACE TABLE ch07eu.cycle_hire AS SELECT start_station_name , end_station_name , ...
( Category:
Enterprise Applications
October 30,2019 )
epub |eng | | Author:By Filip Babić & By Nishant Srivastava
Create a channel with default — i.e., 0 capacity. Set up the producer. Send data in the channel. Conditional check, if the current item is equal to value Pear. Signal ...
( Category:
Data Modeling & Design
October 30,2019 )
epub |eng | 2019-10-25 | Author:Pranay Gupta
The Future Already, it is possible to conceive of a virtual corporate and investment bank that could challenge and replace the conglomerates that were built from waves of consolidation in ...
( Category:
Money & Monetary Policy
October 26,2019 )
epub |eng | 2019-09-12 | Author:Brittany Kaiser
12 Straitjacket AUGUST 2016–JANUARY 2017 During much of the summer of 2016, Cambridge was working on the Trump campaign largely under the radar. Up through to the Republican National Convention, ...
( Category:
Data Mining
October 25,2019 )
epub |eng | 2019-06-23 | Author:Javier Luraschi
Figure 8-1. Spark processing raw data from a data lakes, databases, and data warehouses To support a broad variety of data sources, Spark needs to be able to read and ...
( Category:
Data Mining
October 20,2019 )
epub |eng | 2019-04-08 | Author:Daniel T. Larose & Chantal D. Larose [Daniel T. Larose]
( Category:
Databases & Big Data
October 17,2019 )
epub |eng | 2019-10-08 | Author:Joe Kissell [Joe Kissell]
Work with Links and WikiLinks Webpages contain clickable links to other webpages (often represented by blue, underlined text). Other kinds of documents—including email messages and PDF files—likewise can contain links ...
( Category:
Databases & Big Data
October 13,2019 )
epub |eng | 2019-09-13 | Author:Greg Deckler
The same four arrow icons for expanding/collapsing and drilling down and up through a hierarchy that appear above or below a visualization that contains a hierarchy are also available in ...
( Category:
Enterprise Applications
October 12,2019 )
epub |eng | 2018-12-27 | Author:Alvaro Fuentes [Alvaro Fuentes]
( Category:
Data Mining
October 11,2019 )
epub, pdf |eng | 2019-02-28 | Author:Yuxi (Hayden) Liu; [Неизв.]
( Category:
Machine Theory
October 11,2019 )
epub |eng | | Author:Sudhi R. Sinha & Youngchoon Park
9.Access rights—Provisioning users with elevated privileges beyond the minimum required, such as the use of administrator accounts for routing functions, creates a risk for unintentional and malicious incidents. An example ...
( Category:
Enterprise Applications
October 10,2019 )
epub |eng | 2019-08-21 | Author:Upom Malik
This chapter covers how to make the most of your data by analyzing complex and alternative data types. Introduction In the previous chapter, we looked at how we can import ...
( Category:
Data Mining
October 8,2019 )
epub |eng | 2019-09-03 | Author:Matt Harrison
>>> from yellowbrick.model_selection import ( ... ValidationCurve, ... ) >>> fig, ax = plt.subplots(figsize=(6, 4)) >>> vc_viz = ValidationCurve( ... RandomForestClassifier(n_estimators=100), ... param_name="max_depth", ... param_range=np.arange(1, 11), ... cv=10, ... n_jobs=-1, ...
( Category:
Machine Theory
October 4,2019 )
epub |eng | 2019-05-20 | Author:Imran Bashir
( Category:
Cryptography
October 3,2019 )
epub |eng | 2019-09-12 | Author:Seth Weidman
mnist_soft = NeuralNetwork( layers=[Dense(neurons=89, activation=Tanh(), weight_init="glorot", dropout=0.8), Dense(neurons=10, activation=Linear(), weight_init="glorot")], loss = SoftmaxCrossEntropy(), seed=20190119) and training the model with the same hyperparameters as before (exponential weight decay from an initial ...
( Category:
Machine Theory
September 30,2019 )
Categories
Access | Data Mining |
Data Modeling & Design | Data Processing |
Data Warehousing | MySQL |
Oracle | Other Databases |
Relational Databases | SQL |
Popular ebooks
The Mikado Method by Ola Ellnestam Daniel Brolund(9782)Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8305)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6781)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6755)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6642)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6428)
Driving Data Quality with Data Contracts by Andrew Jones(6369)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6129)
Learning SQL by Alan Beaulieu(6002)
Weapons of Math Destruction by Cathy O'Neil(5793)
Big Data Analysis with Python by Ivan Marin(5383)
Data Engineering with dbt by Roberto Zagni(4386)
Solidity Programming Essentials by Ritesh Modi(4036)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3894)
Pandas Cookbook by Theodore Petrou(3597)
Blockchain Basics by Daniel Drescher(3303)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2913)
Feature Store for Machine Learning by Jayanth Kumar M J(2817)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2800)
Mastering Python for Finance by Unknown(2747)
